@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: skin.example.css 866 2011-01-26 15:02:23Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

@media all {

  #main { background-image: url(../images/hg_main_einspaltig.gif); background-repeat: repeat-y; background-position: top center; 
    /* Linearise outline paddings for all column order layouts {@experimental} */
    /*margin-left:-10px;
    margin-right:-10px;*/
  }
  body.html-fullheight .page {
    /* allocate space for footer */
    padding-bottom: 182px;background-image: url(../images/hg_footer_einspaltig.gif);
    background-repeat:no-repeat; background-position:bottom center;
  }

}